My Website Tools

By  on  

For those of you who eat up my RSS feed (thank you), you may not know that I have some pretty helpful tools on my website.

Alexa Rank Fetcher

Your Alexa rank can come into play when you try to sell advertising on your website.

https://davidwalsh.name/alexa-rank-fetcher/

CSS Compressor

Don't make your website visitors download your bloated CSS file! Use my CSS compressor to clear extra whitespace!

https://davidwalsh.name/css-compressor/

Domain Availability Checker

Need to know if that domain is available? Use my domain checker. I wont auto-reserve it like Network Solutions -- I promise!

https://davidwalsh.name/whois-domain-availability-checker/

Google Result Grabber

Need to know how many pages your customer has indexed in Google since you gave them a great SEO run? Find out!

https://davidwalsh.name/google-domain-results-number/

.htaccess Username / Password Generator

I use this all the time. If your client needs a directory protected, you're gonna need to generate the password somewhere.

https://davidwalsh.name/htaccess-username-password-generator/

Javascript Compressor

Javascript files can get bloated in a hurry -- save some bandwidth!

https://davidwalsh.name/javascript-compressor-packer/

XHTML Compressor

Have some text you know doesn't need to be updated again? Pack it for good!

https://davidwalsh.name/xhtml-html-compressor/

Recent Features

Incredible Demos

  • By
    The Simple Intro to SVG Animation

    This article serves as a first step toward mastering SVG element animation. Included within are links to key resources for diving deeper, so bookmark this page and refer back to it throughout your journey toward SVG mastery. An SVG element is a special type of DOM element...

  • By
    HTML5’s window.postMessage API

    One of the little known HTML5 APIs is the window.postMessage API.  window.postMessage allows for sending data messages between two windows/frames across domains.  Essentially window.postMessage acts as cross-domain AJAX without the server shims. Let's take a look at how window.postMessage works and how you...

Discussion

  1. The link to the css compressor gives me a “not found” :(

  2. @Jade: All of these tools have been moved to:

    http://davidwalsh.name/web-development-tools

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!